.ct_zoom_effect{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);	
}



/*
	  ============================================================
		   Background Color
	  ============================================================
*/
.search-area input[type="submit"],
.course_list_img_des .ct_zoom_effect,
.ct_course_link > a:hover,
.ct_facts_bg ul li i:after,
.ct_learn_more a:hover,

.gt_commet_field input[type="submit"],
.gt_commet_field button,
.gt_detail_hdg h5:before,
.ct_aside_tag ul li:hover a,
.ct_pagination ul li a:hover,
.register_top_detail > span,
.ct_hreg_wrap > a:hover,
.ct_banner_caption > a.active
{
	background-color:#6BD4EB;	
}


/*
	  ============================================================
		   Border Color
	  ============================================================
*/

.ct_banner_caption > a,
.ct_course_link > a:hover,
.ct_aside_tag ul li:hover a,
.gt_aside_post_wrap ul li:hover figure:before,
.ct_pagination ul li a:hover,
.ct_hreg_wrap > a:hover
{
	border-color:#FF9042;	
}



/*
	  ============================================================
		   Transaction Effect
	  ============================================================
*/

.ct_zoom_effect,
.ct_course_link,
.ct_course_link > a,
.course_author a,
.course_subject_wrap,
.course_subject_wrap i,
.course_subject_wrap p,
.ct_course_meta ul li a,
.popular_course_des h5 > a,
.ct_teacher_wrap ul li a,
.ct_learn_more a,
.ct_news_wrap h5 > a,
.sub_event_wrap h6 > a,
.copyright_social_icon ul li a,
.back_to_top,
.back_to_top a,
.copyright_text a,
.ct_hreg_wrap > a
{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;	
}



/*
	  ============================================================
		   Transform Effect
	  ============================================================
*/

/*
	  ============================================================
		  Content Selection
	  ============================================================
*/
::selection {
    background: #90a94c;
    color:#ffffff;
}
::-webkit-selection {
    background: #90a94c;
    color: #ffffff;
}
::-moz-selection {
    background: #90a94c;
    color: #ffffff;
}